home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / ping < prev    next >
Encoding:
Text File  |  2002-10-28  |  922 b   |  30 lines

  1. Synopsis:
  2.    ping <nickname|channel>
  3.  
  4. Description:
  5.    PING is used to determine (roughly) how long messages from your side of
  6.    the network to the recipient's take to arrive.  In a sense, it allows
  7.    you to measure how fast or slow the network is relative to you.
  8.  
  9. Examples:
  10.    To see how far away your friend booya is from you:
  11.       /ping booya
  12.  
  13.    To see how far away everyone in channel #blah is:
  14.       /ping #blah
  15.  
  16. Aliases:
  17.    This command is identical to CTCP PING.
  18.  
  19. See Also:
  20.    ctcp(1) ping
  21.  
  22. Restrictions:
  23.    This command makes use of CTCP (client-to-client protocol), which is not
  24.    part of the IRC protocol.  Most modern IRC clients understand CTCP, but
  25.    not all do, while others might not support the same CTCP commands that
  26.    ircII-EPIC supports.  If you receive an error of some sort, then the
  27.    client on the receiving end is unable to properly handle your CTCP
  28.    message.
  29.  
  30.